home *** CD-ROM | disk | FTP | other *** search
- %
- % Test whether the TextBegin set of piccomments function even marginally. This will
- % try to rotate some text to various degrees.
- %
- % header
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
- % end of app-specific header
- 00FF 0000 0000 00FF 00FF % pict size (bogus) and top left bottom right
- 0011 02FF % verson
- 0001 000A 0000 0000 00FF 00FF % Clip region. Added to keep Mac tester happy.
- 0030 0000 0000 00FF 00FF % draw bounding rect
- 0003 0022 % New century schoolbook
- 000D 0018 % set the size
- %
- % Draw a condensed line of text
- %
- 0004 20 00
- 002A 18 (Style is condensed)
- %
- % Draw a plain line of text
- %
-
- 00A1 0096 000a 02 01 0023 00 00 00238000 % Begin text ( center, horozontal, 35deg, x, x, 35.5deg)
-
- 00A1 009a 0008 00648000 00801000 % Center the text rotation (whatever that means)
-
- 0004 00 00
- 002A 20 (Style is plain)
- %
- % Draw a extend line of text
- %
- 0004 40 00
- 002A 20 (Style is extend!)
-
- 00A0 0097 % Text end
-
- %
- % Draw a bold line of text
- %
- 0004 01 00
- 002A 20 (Style is bold!)
- %
- % Draw an italic line of text
- %
- 0004 02 00
- 002A 20 (Style is italic!)
-
- %
- % Draw an italic line of text
- %
- 0004 04 00
- 002A 20 (Style is underline)
- %
- % Draw an outline line of text
- %
- 0004 08 00
- 002A 20 (Style is outline)
- %
- % Draw a shadow line of text
- %
- 0004 10 00
- 002A 20 (Style is shadow!)
- 00FF % end
-